LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterMarkerMetadata Constructor(Int32,Byte[])






The marker id.
The data for the marker.
Initializes a new instance of the RasterMarkerMetadata class with the specified values. .NET support Silverlight support WinRT support
Syntax
public RasterMarkerMetadata( 
   int id,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal id As Integer, _
   ByVal data() As Byte _
)
'Usage
 
Dim id As Integer
Dim data() As Byte
 
Dim instance As New RasterMarkerMetadata(id, data)
public RasterMarkerMetadata( 
   int id,
   byte[] data
)
function RasterMarkerMetadata( 
   id ,
   data 
)
public:
RasterMarkerMetadata( 
   int id,
   array<byte>^ data
)

Parameters

id
The marker id.
data
The data for the marker.
Example
For an example, refer to RasterMarkerMetadata
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterMarkerMetadata Class
RasterMarkerMetadata Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.